home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / hp540fwn.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  26 lines

  1. Short:   FinalWriter ARexx macro (V1.2) to print single envelope for HP540 printer
  2. Author:  jimd@slip106.termserv.siu.edu (Jim Dutton)
  3. Version: 1.2
  4. Type:    text/misc, text/print
  5.  
  6. This macro will take 3 or 4 user address lines from predefined Environment
  7. variables, and highlighted address text from a FinalWriter document,
  8. and print both addresses on a single-fed envelope.
  9.  
  10. The Environment variables used are ENV:FW/MyName, ENV:FW/MyAddress (1 or 2
  11. lines), and ENV:FW/MyCityStateZip. The recipient address is expected to be
  12. in the proper format in the FinalWriter document. No checking is done.
  13.  
  14. Simply, format the document with recipient address, insert single envelope,
  15. invoke this macro, and both yours and the recipient's addresses will be
  16. printed on the single envelope. Then print the document and stuff it in
  17. the already printed envelope.
  18.  
  19. Note: the HP 5xx/6xx series printers have a special single-envelope feeder
  20. which other printers may not have. Also, this specifically uses the HP
  21. envelope setup which may or may not work with envelopes other than size #10.
  22.  
  23. Changes: corrected incorrect command quoting which caused the program to fail
  24.          added ability to print a 2nd address line in return address
  25.          send RESET command to printer as 1st command to insure 'clean' setup
  26.